home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_25.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  349 b   |  15 lines

  1. on prepareFrame
  2.   if SpriteExists(110) > 0 then
  3.     set the directToStage of member the member of sprite 110 to 0
  4.   end if
  5.   set the directToStage of member "sml_sun" to 0
  6. end
  7.  
  8. on exitFrame
  9.   global jump_back
  10.   set jump_back to the frame
  11.   if SpriteExists(110) > 0 then
  12.     set the directToStage of member the member of sprite 110 to 1
  13.   end if
  14. end
  15.